home *** CD-ROM | disk | FTP | other *** search
- #ifndef LIBRARIES_RECOQ_H
- #define LIBRARIES_RECOQ_H
- /*
- ** $Filename: libraries/recoq.h $
- ** $Release: 1.0 $
- ** $Revision: 1.1 $
- ** $Date: 93/02/12 $
- **
- ** recoq.library definitions
- **
- ** (C) Copyright 1993 LSD.
- ** All Rights Reserved
- **/
-
- /*------------------------------------------------------------------------*/
-
- #ifndef EXEC_TYPES_H
- #include <exec/types.h>
- #endif
-
- /*------------------------------------------------------------------------*/
-
- #define RECOQVERSION 1
-
- /* recoq FileType struct used by 'C' functions in order to pass data */
-
- struct rqFileType
- {
- ULONG rq_StringPtr;
- ULONG rq_StringLen;
- };
-
- #endif /* LIBRARIES_RECOQ_H */
-